testing.chattyPrinter.lastName (field)

6 uses

	testing (current package)
		testing.go#L575: 	lastName   string     // last printed test name in chatty mode
		testing.go#L605: 	p.lastName = testName
		testing.go#L615: 	if p.lastName == "" {
		testing.go#L616: 		p.lastName = testName
		testing.go#L617: 	} else if p.lastName != testName {
		testing.go#L619: 		p.lastName = testName